home *** CD-ROM | disk | FTP | other *** search
/ PC Premier 2003 #9 / PC_Premier_2003.iso / Extract Now / Extract Now.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-04-16  |  2.7 KB  |  58 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=ExtractNow
  4. AppVerName=ExtractNow
  5. AppId=ExtractNow
  6. AppPublisher=Nathan Moinvaziri
  7. AppPublisherURL=http://nmoin.brinkster.net/
  8. AppSupportURL=http://nmoin.brinkster.net/
  9. AppUpdatesURL=http://nmoin.brinkster.net/
  10. DefaultDirName={pf}\ExtractNow
  11. DefaultGroupName=ExtractNow
  12. OutputBaseFilename=extractnow
  13. Compression=zip
  14. PrivilegesRequired=none
  15. DisableDirPage=yes
  16. DisableProgramGroupPage=yes
  17. InfoBeforeFile=embedded\InfoBefore.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\testarchive.zip"; DestDir: "{app}"; 
  22. Source: "{app}\ExtractNow.exe"; DestDir: "{app}"; 
  23. Source: "{app}\Unacev2.dll"; DestDir: "{app}"; 
  24. Source: "{app}\unrar.dll"; DestDir: "{app}"; 
  25. Source: "{app}\unzip32.dll"; DestDir: "{app}"; 
  26. Source: "{app}\help\blueico.gif"; DestDir: "{app}\help"; 
  27. Source: "{app}\help\greenico.gif"; DestDir: "{app}\help"; 
  28. Source: "{app}\help\redico.gif"; DestDir: "{app}\help"; 
  29. Source: "{app}\help\yellowico.gif"; DestDir: "{app}\help"; 
  30. Source: "{app}\help\help.htm"; DestDir: "{app}\help"; 
  31. Source: "{app}\help\en-search.gif"; DestDir: "{app}\help"; 
  32. Source: "{app}\help\en-menu.gif"; DestDir: "{app}\help"; 
  33. Source: "{app}\help\en-rightclick.gif"; DestDir: "{app}\help"; 
  34. Source: "{app}\help\en-newfolder.gif"; DestDir: "{app}\help"; 
  35. Source: "{app}\help\en-browse.gif"; DestDir: "{app}\help"; 
  36. Source: "{app}\help\en-history.gif"; DestDir: "{app}\help"; 
  37. Source: "{app}\help\en-main.gif"; DestDir: "{app}\help"; 
  38. Source: "{app}\help\en-password.gif"; DestDir: "{app}\help"; 
  39. Source: "{app}\help\en-settings.gif"; DestDir: "{app}\help"; 
  40. Source: "{app}\help\en-systray.gif"; DestDir: "{app}\help"; 
  41. Source: "{app}\help\en-list.gif"; DestDir: "{app}\help"; 
  42. Source: "{app}\extractnow.txt"; DestDir: "{app}"; 
  43. [Registry]
  44. Root: HKCU; Subkey: "Software\ExtractNow"; Flags: uninsdeletekey 
  45. [Run]
  46. Filename: "{app}\ExtractNow.exe"; Description: "Launch ExtractNow"; Flags: postinstall skipifsilent nowait
  47. [UninstallRun]
  48. Filename: "{app}\EXTRACTNOW.EXE"; Parameters: "/remreg"; 
  49. [Icons]
  50. Name: "{group}\ExtractNow"; Filename: "{app}\ExtractNow.exe"; 
  51. Name: "{group}\Version History"; Filename: "{app}\extractnow.txt"; 
  52. Name: "{group}\Documentation"; Filename: "{app}\help\help.htm"; 
  53. Name: "{userdesktop}\ExtractNow"; Filename: "{app}\ExtractNow.exe"; Tasks: desktopicon; 
  54. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ExtractNow"; Filename: "{app}\ExtractNow.exe"; Tasks: quicklaunchicon; 
  55. [Tasks]
  56. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  57. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  58.